'Declaration Public Overloads Shared Function LoadWith(Of TEntity)( _ ByVal source As IQueryable(Of TEntity), _ ByVal path As String, _ ByVal fetchModes As String _ ) As IQueryable(Of TEntity)
public static IQueryable<TEntity> LoadWith<TEntity>( IQueryable<TEntity> source, string path, string fetchModes )
Parameters
- source
- path
- fetchModes
Type Parameters
- TEntity